From d2a87e36aff070a7cec1685b928c50358e002c47 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Thu, 19 Feb 2009 11:07:53 +0100 Subject: [PATCH] Add native versions of ocamldep and ocamldoc in findlib's configuration when ocaml-native-compilers is installed. --- debian/changelog | 7 +++++++ debian/ocamlfind/ocaml-native-compilers.conf | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index e0308ebf..8947b263 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ocaml (3.11.0-4) UNRELEASED; urgency=low + + * Add native versions of ocamldep and ocamldoc in findlib's configuration + when ocaml-native-compilers is installed, closes: #516085. + + -- Samuel Mimram Thu, 19 Feb 2009 11:06:02 +0100 + ocaml (3.11.0-3) experimental; urgency=low * Mark libthreadsnat.a as native-only file (fix FTBFS on bytecode-only diff --git a/debian/ocamlfind/ocaml-native-compilers.conf b/debian/ocamlfind/ocaml-native-compilers.conf index 8a7665ef..e9c24674 100644 --- a/debian/ocamlfind/ocaml-native-compilers.conf +++ b/debian/ocamlfind/ocaml-native-compilers.conf @@ -1,2 +1,4 @@ ocamlc="ocamlc.opt" ocamlopt="ocamlopt.opt" +ocamldep="ocamldep.opt" +ocamldoc="ocamldoc.opt" -- 2.30.2